home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / Fruity Flangus.dll / 0 / RCDATA / TSYNTHEDITORFORM / TSYNTHEDITORFORM.txt
Text File  |  2004-09-01  |  5KB  |  199 lines

  1. object SynthEditorForm: TSynthEditorForm
  2.   Left = 196
  3.   Top = 379
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'SynthForm'
  7.   ClientHeight = 99
  8.   ClientWidth = 209
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poDefault
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object SynthPanel: TWPControl
  22.     Left = 0
  23.     Top = 0
  24.     Width = 209
  25.     Height = 99
  26.     Align = alClient
  27.     Color = 5452845
  28.     ParentColor = False
  29.     ParentShowHint = True
  30.     object ChWetWheel: TQuickSlider
  31.       Tag = 7
  32.       Left = 182
  33.       Top = 11
  34.       Width = 19
  35.       Height = 70
  36.       Cursor = crHandPoint
  37.       Hint = '|^b^aWet level'
  38.       Options = [wwPause]
  39.       SlowMotionDiv = 4
  40.       Min = -128
  41.       Max = 128
  42.       Value = 96
  43.       DefaultValue = 0
  44.       OnChange = CutoffWheelChange
  45.       MouseButton = mbLeft
  46.       HotSideX = 3
  47.       HotSideY = 8
  48.       PopupMenu = SynthResModule.WheelMenu
  49.       BmpList = SynthResModule.VSliderIL
  50.     end
  51.     object ChCrossWheel: TQuickSlider
  52.       Tag = 5
  53.       Left = 134
  54.       Top = 11
  55.       Width = 19
  56.       Height = 70
  57.       Cursor = crHandPoint
  58.       Hint = '|^b^aCross'
  59.       Options = [wwPause]
  60.       SlowMotionDiv = 4
  61.       Min = -128
  62.       Max = 128
  63.       Value = -32
  64.       DefaultValue = 0
  65.       OnChange = CutoffWheelChange
  66.       MouseButton = mbLeft
  67.       HotSideX = 3
  68.       HotSideY = 8
  69.       PopupMenu = SynthResModule.WheelMenu
  70.       BmpList = SynthResModule.VSliderIL
  71.     end
  72.     object ChSpreadWheel: TQuickSlider
  73.       Tag = 4
  74.       Left = 110
  75.       Top = 11
  76.       Width = 19
  77.       Height = 70
  78.       Cursor = crHandPoint
  79.       Hint = '|^b^aSpread'
  80.       Options = []
  81.       MoveSpeed = 16
  82.       SlowMotionDiv = 4
  83.       Max = 128
  84.       Value = 128
  85.       DefaultValue = 128
  86.       OnChange = CutoffWheelChange
  87.       MouseButton = mbLeft
  88.       HotSideX = 3
  89.       HotSideY = 8
  90.       PopupMenu = SynthResModule.WheelMenu
  91.       BmpList = SynthResModule.VSliderIL
  92.     end
  93.     object ChDelayWheel: TQuickSlider
  94.       Tag = 3
  95.       Left = 86
  96.       Top = 11
  97.       Width = 19
  98.       Height = 70
  99.       Cursor = crHandPoint
  100.       Hint = '|^b^aDelay'
  101.       Options = []
  102.       MoveSpeed = 16
  103.       SlowMotionDiv = 4
  104.       Max = 128
  105.       Value = 8
  106.       DefaultValue = 8
  107.       OnChange = CutoffWheelChange
  108.       MouseButton = mbLeft
  109.       HotSideX = 3
  110.       HotSideY = 8
  111.       PopupMenu = SynthResModule.WheelMenu
  112.       BmpList = SynthResModule.VSliderIL
  113.     end
  114.     object ChSpeedWheel: TQuickSlider
  115.       Tag = 2
  116.       Left = 62
  117.       Top = 11
  118.       Width = 19
  119.       Height = 70
  120.       Cursor = crHandPoint
  121.       Hint = '|^b^aSpeed'
  122.       Options = []
  123.       MoveSpeed = 64
  124.       SlowMotionDiv = 4
  125.       Max = 1024
  126.       Value = 768
  127.       DefaultValue = 768
  128.       OnChange = CutoffWheelChange
  129.       MouseButton = mbLeft
  130.       HotSideX = 3
  131.       HotSideY = 8
  132.       PopupMenu = SynthResModule.WheelMenu
  133.       BmpList = SynthResModule.VSliderIL
  134.     end
  135.     object ChDepthWheel: TQuickSlider
  136.       Tag = 1
  137.       Left = 38
  138.       Top = 11
  139.       Width = 19
  140.       Height = 70
  141.       Cursor = crHandPoint
  142.       Hint = '|^b^aDepth'
  143.       Options = []
  144.       MoveSpeed = 64
  145.       SlowMotionDiv = 4
  146.       Max = 1024
  147.       Value = 512
  148.       DefaultValue = 512
  149.       OnChange = CutoffWheelChange
  150.       MouseButton = mbLeft
  151.       HotSideX = 3
  152.       HotSideY = 8
  153.       PopupMenu = SynthResModule.WheelMenu
  154.       BmpList = SynthResModule.VSliderIL
  155.     end
  156.     object ChOrderWheel: TWAVWheel
  157.       Left = 13
  158.       Top = 50
  159.       Width = 11
  160.       Height = 27
  161.       Cursor = crSizeNS
  162.       Hint = '|^b^aOrder'
  163.       MoveSpeed = 1
  164.       SlowMotionDiv = 4
  165.       Min = 1
  166.       Max = 9
  167.       Value = 4
  168.       DefaultValue = 4
  169.       OnChange = CutoffWheelChange
  170.       MouseButton = mbLeft
  171.       HotSideX = 6
  172.       HotSideY = 11
  173.       PopupMenu = SynthResModule.WheelMenu
  174.       BmpList = SynthResModule.OrderSelIL
  175.     end
  176.     object ChDryWheel: TQuickSlider
  177.       Tag = 6
  178.       Left = 158
  179.       Top = 11
  180.       Width = 19
  181.       Height = 70
  182.       Cursor = crHandPoint
  183.       Hint = '|^b^aDry level'
  184.       Options = [wwPause]
  185.       SlowMotionDiv = 4
  186.       Min = -128
  187.       Max = 128
  188.       Value = 96
  189.       DefaultValue = 0
  190.       OnChange = CutoffWheelChange
  191.       MouseButton = mbLeft
  192.       HotSideX = 3
  193.       HotSideY = 8
  194.       PopupMenu = SynthResModule.WheelMenu
  195.       BmpList = SynthResModule.VSliderIL
  196.     end
  197.   end
  198. end
  199.